home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFMOBILEPRESETS / TFMOBILEPRESETS.txt
Encoding:
Text File  |  2005-11-17  |  5.2 KB  |  204 lines

  1. object fMobilePresets: TfMobilePresets
  2.   Left = 207
  3.   Top = 161
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mobile Presets'
  7.   ClientHeight = 156
  8.   ClientWidth = 322
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lName: TbsSkinStdLabel
  21.     Left = 34
  22.     Top = 14
  23.     Width = 31
  24.     Height = 13
  25.     UseSkinFont = True
  26.     DefaultFont.Charset = DEFAULT_CHARSET
  27.     DefaultFont.Color = clWindowText
  28.     DefaultFont.Height = -11
  29.     DefaultFont.Name = 'MS Sans Serif'
  30.     DefaultFont.Style = []
  31.     SkinData = SkinDataModule.SkinData
  32.     SkinDataName = 'stdlabel'
  33.     Alignment = taRightJustify
  34.     Caption = 'Name:'
  35.   end
  36.   object eName: TbsSkinEdit
  37.     Left = 72
  38.     Top = 11
  39.     Width = 152
  40.     Height = 20
  41.     DefaultFont.Charset = DEFAULT_CHARSET
  42.     DefaultFont.Color = clWindowText
  43.     DefaultFont.Height = 14
  44.     DefaultFont.Name = 'Arial'
  45.     DefaultFont.Style = []
  46.     UseSkinFont = True
  47.     DefaultWidth = 0
  48.     DefaultHeight = 20
  49.     ButtonMode = False
  50.     SkinData = SkinDataModule.SkinData
  51.     SkinDataName = 'editlight'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = 14
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 0
  59.     OnKeyPress = eNameKeyPress
  60.   end
  61.   object lbNames: TbsSkinListBox
  62.     Left = 12
  63.     Top = 11
  64.     Width = 212
  65.     Height = 133
  66.     TabOrder = 3
  67.     SkinData = SkinDataModule.SkinData
  68.     SkinDataName = 'listbox'
  69.     DefaultFont.Charset = DEFAULT_CHARSET
  70.     DefaultFont.Color = clWindowText
  71.     DefaultFont.Height = 14
  72.     DefaultFont.Name = 'Arial'
  73.     DefaultFont.Style = []
  74.     DefaultWidth = 0
  75.     DefaultHeight = 0
  76.     UseSkinFont = True
  77.     HorizontalExtent = False
  78.     Columns = 0
  79.     RowCount = 0
  80.     ImageIndex = -1
  81.     NumGlyphs = 1
  82.     Spacing = 2
  83.     CaptionMode = False
  84.     DefaultCaptionHeight = 20
  85.     DefaultCaptionFont.Charset = DEFAULT_CHARSET
  86.     DefaultCaptionFont.Color = clWindowText
  87.     DefaultCaptionFont.Height = 14
  88.     DefaultCaptionFont.Name = 'Arial'
  89.     DefaultCaptionFont.Style = []
  90.     DefaultItemHeight = 20
  91.     ItemIndex = -1
  92.     MultiSelect = False
  93.     ListBoxFont.Charset = DEFAULT_CHARSET
  94.     ListBoxFont.Color = clWindowText
  95.     ListBoxFont.Height = 14
  96.     ListBoxFont.Name = 'Arial'
  97.     ListBoxFont.Style = []
  98.     ListBoxTabOrder = 0
  99.     ListBoxTabStop = True
  100.     ListBoxDragMode = dmManual
  101.     ListBoxDragKind = dkDrag
  102.     ListBoxDragCursor = crDrag
  103.     ExtandedSelect = True
  104.     Sorted = False
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = 14
  108.     Font.Name = 'Arial'
  109.     Font.Style = []
  110.   end
  111.   object bClose: TbsSkinButton
  112.     Left = 237
  113.     Top = 41
  114.     Width = 75
  115.     Height = 24
  116.     TabOrder = 1
  117.     SkinData = SkinDataModule.SkinData
  118.     SkinDataName = 'buttonlight'
  119.     DefaultFont.Charset = DEFAULT_CHARSET
  120.     DefaultFont.Color = clWindowText
  121.     DefaultFont.Height = 14
  122.     DefaultFont.Name = 'Arial'
  123.     DefaultFont.Style = []
  124.     DefaultWidth = 0
  125.     DefaultHeight = 0
  126.     UseSkinFont = True
  127.     AllowAllUp = False
  128.     TabStop = True
  129.     CanFocused = True
  130.     Down = False
  131.     GroupIndex = 0
  132.     Caption = 'Close'
  133.     NumGlyphs = 2
  134.     Spacing = 1
  135.     Cancel = True
  136.     OnClick = bCloseClick
  137.   end
  138.   object bSaveDelete: TbsSkinButton
  139.     Left = 237
  140.     Top = 11
  141.     Width = 75
  142.     Height = 25
  143.     TabOrder = 2
  144.     SkinData = SkinDataModule.SkinData
  145.     SkinDataName = 'buttonlight'
  146.     DefaultFont.Charset = DEFAULT_CHARSET
  147.     DefaultFont.Color = clWindowText
  148.     DefaultFont.Height = 14
  149.     DefaultFont.Name = 'Arial'
  150.     DefaultFont.Style = []
  151.     DefaultWidth = 0
  152.     DefaultHeight = 0
  153.     UseSkinFont = True
  154.     AllowAllUp = False
  155.     TabStop = True
  156.     CanFocused = True
  157.     Down = False
  158.     GroupIndex = 0
  159.     Caption = 'Save'
  160.     NumGlyphs = 2
  161.     Spacing = 1
  162.     Default = True
  163.   end
  164.   object FormSkin: TbsBusinessSkinForm
  165.     GradientStartColor = clBlack
  166.     GradientEndColor = clBlack
  167.     DrawBackground = True
  168.     ShowIcon = False
  169.     MaximizeOnFullScreen = False
  170.     AlphaBlend = False
  171.     AlphaBlendAnimation = False
  172.     AlphaBlendValue = 200
  173.     ShowObjectHint = False
  174.     MenusAlphaBlend = False
  175.     MenusAlphaBlendAnimation = False
  176.     MenusAlphaBlendValue = 0
  177.     DefCaptionFont.Charset = DEFAULT_CHARSET
  178.     DefCaptionFont.Color = clBtnText
  179.     DefCaptionFont.Height = 14
  180.     DefCaptionFont.Name = 'Arial'
  181.     DefCaptionFont.Style = [fsBold]
  182.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  183.     DefInActiveCaptionFont.Color = clBtnShadow
  184.     DefInActiveCaptionFont.Height = 14
  185.     DefInActiveCaptionFont.Name = 'Arial'
  186.     DefInActiveCaptionFont.Style = [fsBold]
  187.     DefMenuItemHeight = 20
  188.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  189.     DefMenuItemFont.Color = clWindowText
  190.     DefMenuItemFont.Height = 14
  191.     DefMenuItemFont.Name = 'Arial'
  192.     DefMenuItemFont.Style = []
  193.     UseDefaultSysMenu = True
  194.     SkinData = SkinDataModule.SkinDataDlg
  195.     MinHeight = 0
  196.     MinWidth = 0
  197.     Magnetic = False
  198.     MagneticSize = 10
  199.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  200.     Left = 240
  201.     Top = 99
  202.   end
  203. end
  204.